home *** CD-ROM | disk | FTP | other *** search
- .name
- MainActor
- .aminet-dir
- gfx/edit
- .author
- Markus Moenig
- .type
- Animation Package
- .short
- A modular animation package
- .description
- MainActor is a modular animation package which is able to
- create/edit/time/play animations (of any size) of the provided
- animation modules. Modules included in this release :
- IFF-Anim3/5/7/8/Brush/J, FLI, FLC, DL, AVI. You also have a great
- number of functions for animation proccessing. MainActor is also able
- to read and write Picture Modules : IFF, PCX, GIF, WB-ICON. You can
- associate sound effects to every frame of your animations. Support
- for the Picasso-II, Retina, Merlin and EGS cards is integrated.
- .version
- 1.55
- .restrictions
- Requesters asking for the shareware fee will pop up during
- save operations
- .requirements
- Requires WB 2.0 (V37)
- .distribution
- Shareware
- .price
- $50(US), DM85 or $25(US), DM40
- .address
- Im Johannistal 36
- 52064 Aachen
- Germany
- .email
- zeus@jupiter.oche.de
- .exectype
- 68xxx, Arexx
- .installsize
- 950K - 300K
- .construction
- Registered Dice(C), Devpac3.04 (Assembly)
- .tested
- Tested on all sorts of Amiga computers. Found to be Enfocer hit
- free.
- .reference
- FreshFish-Jul94/BBS/gfx/MainActor-1.52.lha
- 1.52
- FreshFish-Jul94/New/gfx/edit/MainActor/
- 1.52
- FrozenFish-Apr94:BBS/Mar94/gfx/edit/MainActor.lha
- 1.23
- FreshFish-May94:BBS/Mar94/gfx/edit/MainActor.lha
- 1.23
- FreshFish-Mar94:New/gfx/edit/MainActor/
- 1.23
- GoldFish2-Apr94:d9xx/d914/MainActor/
- 1.16
- GoldFish1-Apr94:BBS/d9xx/d914/MainActor.lha
- 1.16
- FrozenFish-Apr94:BBS/ALib/d9xx/d914/MainActor.lha
- 1.16
- AmigaLibDisks/d9xx/d914/MainActor/
- 1.16
- FreshFish-Oct93/New/AmigaLibDisks/Disk914/MainActor/
- ?.?
- FreshFish-Dec93/Old/AmigaLibDisks/Disks900-919/Disk914/MainActor/
- ?.?
- GoldFish2-Apr94:d8xx/d888/MainActor/
- 1.0
- GoldFish1-Apr94:BBS/d8xx/d888/MainActor.lha
- 1.0
- FrozenFish-Apr94:BBS/ALib/d8xx/d888/MainActor.lha
- 1.0
- FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk888/MainActor/
- 1.0
- FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk888/MainActor/
- 1.0
- AmigaLibDisk888:MainActor/
- 1.0
- .docs
- docs/english/MainActor.guide
- docs/english/MainActor.doc
- docs/Deutsch/MainActor.guide
- docs/Deutsch/MainActor.doc
- docs/Francais/MainActor.guide
- docs/Francais/MainActor.doc
- .submittal
- Downloaded via ftp from Aminet.
- .execute
- set choice `RequestChoice "MainActor" "Please select an option" "ReadMe" "History" "Guides" "Docs" "MainActor" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "2"
- MetaTool History TEXT
- endif
-
- if $choice EQ "3"
- set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "4"
- set filechoice `RequestFile TITLE "Select Text File" PATTERN "#?.doc" DRAWER "Docs"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-
- if $choice EQ "5"
- assign MainActor: ""
- MainActor
- endif
-